package se.cth.hedgehogphoto.database; public interface LocationDao extends Dao<Location, String> { }